lcEntToUnder Home

Changes a draw order of a graphic object in a block. Moves it under the specified object in the list of objects.

 BOOL lcEntToUnder (
   HANDLE hEntity,
   HANDLE hEntity2
 );

Parameters
hEntity
  Handle to a graphic object.
hEntity2
  Handle to the referenced graphic object.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcEntToToplcEntToBottomlcEntToAbove
lcBlockSortEnts